@CHARSET "UTF-8";

.container {
    background-color: #f5f5f5;
}

.video-body span {
    display: block;
    font-size: 16px;
    padding-top: 50px;
}

.video-container {
    width:1200px;
    margin:10px auto;
    overflow:hidden;
}
.video-item {
    position:relative;
    width:595px;
    height:403px;
    float:left;
}
.video-item .play-btn{
    position: absolute;
    left: 20px;
    bottom: 20px;
}